public class NotificationDescription extends Object
notification; It specfies some keys of complementary information that
must be included in the notifications.
A notification description is defined by:
notification severity level arguments of a notification message Notification,
NotificationLevel| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String[] |
getAdditionalInfoKeys()
Returns the additional info descriptions of the notification.
|
Object[] |
getArgTypes()
Returns the additional info types of this notification
|
String |
getName()
Returns the name of the notification.
|
String |
getPrettyName()
Returns the pretty name of the notification.
|
NotificationLevel |
getSeverityLevel()
Returns the
severity level of the notification. |
int |
getUid()
Returns the unique identifier of the notification.
|
int |
hashCode() |
boolean |
isHandled()
Checks if the notification is handled or not; If not the notification described by this description will not be generated by the SAP CC system.
|
void |
isHandled(boolean isHandled)
Sets if the notification is handled or not.
|
public Object[] getArgTypes()
public String[] getAdditionalInfoKeys()
public String getName()
public String getPrettyName()
public NotificationLevel getSeverityLevel()
severity level of the notification.public int getUid()
public void isHandled(boolean isHandled)
isHandled - true if the notification is handled, false otherwisepublic boolean isHandled()